ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / Geometry Class / Compare Method / Compare(Geometry,Nullable<Matrix3x2>,Single) Method

In This Topic
    Compare(Geometry,Nullable<Matrix3x2>,Single) Method
    In This Topic
    HRESULT ID2D1Geometry::CompareWithGeometry([In] ID2D1Geometry* inputGeometry,[In, Optional] const D2D_MATRIX_3X2_F* inputGeometryTransform,[In] float flatteningTolerance,[Out] D2D1_GEOMETRY_RELATION* relation)
    Syntax
    'Declaration
     
    Public Overloads Function Compare( _
       ByVal inputGeometry As Geometry, _
       ByVal inputGeometryTransform As Nullable(Of Matrix3x2), _
       ByVal flatteningTolerance As Single _
    ) As GeometryRelation

    Parameters

    inputGeometry
    inputGeometryTransform
    flatteningTolerance
    See Also